:root {
  --p-color: #3e95ff;
  --s-color: #ffffff;
  --t-color: #000000;




  --background-item: #121826;
  --background-item-hover: #ffffff;
  --item-non-hover: #ffffff;
  --text-link: #C9CDD2;
  --text-link-accent: #DADBDE;
  --line-color: #222836;






  --text-color: #ffffff;
    --footer-bg: #000000;
    --footer-bottom-bg: #ffffff;
    --white: white;
    --link-color: #3e95ff;
    --link-hover: #3e95ff;
    --button-border: #3d689a;


    --background: transparent;
    --primary-color: #3e95ff;
    --secondary-color: #000000;
}



  body {
    background-color: rgb(0, 0, 0); /*indique la couleur de fond de la page web*/
    font-family: 'speedyblack_italic';
    height: 100vh;
    width: auto;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  


#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #131212;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: opacity 5s ease;
}
#preloader img {
  width: 400px;
  height: 300px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*
  box-shadow: 0 0 0 3px red inset;
  */
}
/**/
/*POLICE*/
@font-face {
  font-family: 'nevrada_neueuploaded_file';
  src: url('../POLICE/nevrada_neue-webfont.woff2') format('woff2'),
       url('../POLICE/nevrada_neue-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'speedyblack_italic';
  src: url('../POLICE/speedy-blackitalic-webfont.woff2') format('woff2'),
       url('../POLICE/speedy-blackitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;


}


@font-face {
  font-family: 'akira_expandedsuper_bold';
  src: url('../POLICE/akira_expanded_demo-webfont.woff2') format('woff2'),
       url('../POLICE/akira_expanded_demo-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'nexa_boldregular';
  src: url('nexa_bold-webfont.woff2') format('woff2'),
       url('nexa_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'nexa_lightregular';
  src: url('POLICE/nexa_light-webfont.woff2') format('woff2'),
       url('POLICE/nexa_light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'bisonbold';
  src: url('../POLICE/bison-bold-webfont.woff2') format('woff2'),
       url('../POLICE/bison-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}



/*TEXTE / TITRE*/
h1 {
  color: rgb(255, 255, 255);
  position: relative;
  height: 10%;
  margin-left: 40px;
  margin-top: 30px;
  letter-spacing: 4px;
  display: block;
  align-items: center;
  top: 15%;

}



h3{
  position: absolute;
  font-size: 155%;
  width: 100%;
  left: 13%;
  color:var(--s-color);
  
}
@media (min-width: 1000px) {
  h4 {
    color: rgb(255, 255, 255);
    cursor: grab;
    z-index: -5;
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
    font-size: 1000%
  }
}
@media (max-width: 1000px) {
  h4 {
    color: rgb(255, 255, 255);
    cursor: grab;
    z-index: -5;
    font-size: 50px
  }
}
h5 {
  position: absolute;
  font-size: 1505%;
  width: 100%;
  left: 13%;
  bottom: 10%;
  font-family: Arial, Helvetica, sans-serif;
  color:var(--s-color);
}

p {
  color: var(--s-color);
  position: relative;
  font-size: 100%;
  letter-spacing: 3px;
  text-align: center;
  font-family: 'speedyblack_italic';
}
.text-plus {
  height: 100%;
  color: var(--s-color);
  position: relative;
  font-size: 200%;
  letter-spacing: 3px;
  padding: 10px;
  text-align: center;
  bottom: -200px;
  font-family: 'speedyblack_italic';
}
.p3 {
  height: 100%;
  color: var(--s-color);
  position: relative;
  font-size: 200%;
  letter-spacing: 3px;
  padding: 10px;
  text-align: center;
  bottom: -200px;
  font-family: 'speedyblack_italic';
}
.p4{
  color: var(--link-color);
  position: relative;
  top: 5px;
  height: 10%;
  font-size: 150%;
  right: 50px;
  margin-top: 5%;
  letter-spacing: 8spx;
  text-align: left;
  font-family: "nevrada_neueuploaded_file";
  border-style: solid;
  border-width: 2px;
  border-color: var(--link-color);
  margin: 5px;
}


a {
  text-decoration: none;
  color: #ffffff;

  transition: color 0.3s ease;
}

a:hover {
  color: #000000;
}























.a1 {
  position: absolute;
  top: 3%;
  right: 0%;
  text-decoration: none;
  color:var(--link-color)A;
  cursor: pointer;
  transition: color 0.3s ease;
}
.a1:hover {
  color: #000000;
}
.a-buttom {
  text-decoration: none;
  color: #000000;

  transition: color 0.3s ease;
}

.a-buttom:hover {
  color: var(--link-color);
}

/*MENU*/



@media (max-width: 991px) {
  .logo1 {
    /* position: absolute; */
    /* height: auto; */
    width: 40%;
}
  h4 {
    color: rgb(255, 255, 255);
    cursor: grab;
    z-index: -5;
    font-size: 130px;
    width: 100%;
    text-align: center;
}
}








/*LOGO PRINCIAPALE*/
@media (min-width: 991px) {
  .logosimple:hover{
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
    }
  .logo1 {
    position: absolute;
    height: 10%;
    width: 200px;
  }
  .logosimple {
    left: 0px;
    position: absolute;
    height: 100%;
    margin-left: -5%;
  }
  
}

@media (max-width: 991px) {
  .logosimple:hover{
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
    }
  .logo1 {
    position: absolute;
    height: 10%;
    width: 200px;
  }
  .logosimple {
    left: 0px;
    position: absolute;
    height: 100%;
    margin-left: -5%;
  }
}
@media (max-width: 414px) {
  .logosimple:hover{
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
    }
  .logo1 {
  width: 50%;
  margin-left: -5%;
  }
}
@media (max-width: 500px) {
  .logosimple {
    left: 0px;
    width: 5%;
    position: absolute;
    height: auto;
    margin-left: -5%;
  }

  .logo1 {
  width: 30%;
  margin-left: -5%;
  }
}

.logosimple {
  position: absolute;
  width:140%;
  margin-left: 5%;
  object-fit: contain;
  transition: transform .5s;
}

.logosimple:hover{
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
  }



@media (min-width: 0px) {




  h2 {
    color:var(--link-color); 
    position: relative;
    font-size: 600%;
    letter-spacing: 4px;
    text-align: center;
    align-items: center;
    justify-self: center;
    width: 80%;
  }







  .background p{
    text-align: center;
    height: auto;
    color: var(--s-color);
    position: relative;
    font-size: 270%;
    letter-spacing: 5px;
    margin-left: 50px;
    font-weight: bold;
    width: 90%;
    font-family: 'Franklin Gothic Medium';
  }
  .background a{
    height: auto;
    width: 50%;
}
.background a .button-plus{
  font-weight: bold;
  color: white;
  border-radius: 10px;
  padding: 10%;
  cursor: pointer;
  width: 100%;
  height: 60PX;
  font-size: 50px;
  border: none;
  background-color: var(--p-color);
  display: flex
;
  justify-content: center;
  align-items: center;
}

.vertical-line-temoignage {
  position: relative;
  justify-content: space-between;
  display: inline-block;
  height: auto;
  width: 83%;
  margin-bottom: 320px;
  margin-top: 0px;
  margin-left: 10%;
  margin-right: 10%;
  box-shadow: 1px 1px 30px var(--p-color);
  transition: transform .5s;
}
.vertical-line-temoignage p {
  color: var(--s-color);
    position: relative;
    margin-bottom: 70px;
    font-size: 250%;
    letter-spacing: 3px;
    text-align: center;
    font-family: 'speedyblack_italic';
}
.temoignage-photo {
  position: absolute;
  margin-top: 10px;
  transform: translate(67%, -20%);
  height: 350px;
  border-radius: 50%;
}
.other-columns {
  display: grid
;
  grid-template-columns: repeat(2, 1fr);
}







.MOCKUPS {
  position: absolute;
  left: 0;
  right: 0;
  top: 9vh;
  /* right: 61vh; */
  /* margin: auto; */
  width: 160%;
  z-index: -0;
}


.other-columns ul {
  display: flex;
  gap: 0.75rem;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
  font-weight: 600;
  padding-top: 2rem;
  margin-bottom: 16px;
}

.other-columns ul a {
  color: var(--text-color);
  text-decoration: none;
  font-size: 2.5rem;
}

.other-columns h3 {
  color: var(--link-color);
  margin-bottom: 1rem;
  font-size: 5rem;
  margin-top: 16px;

}
.bloc-discussion {
  position: relative;
  height: 100%;
  width: 180%;
  right: 0px;
  min-width: 300px;
  display: inline-block;
  visibility: hidden;
}
.discussion {
  background-color: var(--white);
  border-radius: 1rem;
  position: absolute;
  top: 5%;
  margin: 20px;
  min-width: 31rem;
  max-width: 56rem;
  user-select: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  visibility: hidden;
}

.subscribe-btn {
  display: flex
;
  align-items: center;
  justify-content: center;
  max-width: 35rem;
  color: var(--white);
  text-decoration: none;
  font-size: 4rem;
  height: 9rem;
  font-weight: 700;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  background-color: var(--secondary-color);
  border: 2px solid var(--white);
  border-radius: 25px;
  transition: all 0.5s ease-in-out;
}
.footer-bottom small {
  font-size: 3rem;
  display: inline;
  white-space: nowrap;
  align-items: center;
}
.footer-bottom-links {
  list-style-type: none;
  display: inline-flex
;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  font-size: 3rem;
}
.social-media-buttons li {
  width: 100px;
  height: 100px;
  border-radius: 25px;
  cursor: pointer;
  display: grid
;
  background-color: var(--primary-color);
  place-items: center;
  transition: all 0.3s;
  border: 1px solid var(--primary-color);
}
.social-media-buttons li a svg {
  height: 60px;
  width: 60px;
  stroke: var(--t-color);
  stroke-width: 1.75;
  transition: 0.8s;
}




.background {
  z-index: 10;
  background-color: var(--t-color);
  display: grid
;
  place-items: center;
  height: 30%;
  width: 100%;
  z-index: 10;
  margin-top: -10%;
}




.sidenav {
  height: 103vh;
  width: 100%;
  position: fixed;
  z-index: 10;
  right: -100%;
  top: 0;
  background-color: var(--link-color);
  padding-top: 80px;
  transition: right 0.5s ease;
}





    
.navigation__menu__items> a > li {
  display: flex;
      gap: 15px;
      font-size: 91px;
      height: auto;
      border-radius: 6px;
      align-items: center;
      cursor: pointer;
      color: var(--color);
      padding: 21px 22px;
      transition: 1ms;
}

.boutton-profil > a> .avatar-name-wrapper > .avatar-name-alias{
  color: var(--p-color);
  font-size: 100px;
  padding: 8%;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: 'speedyblack_italic';
  gap: 1rem;
  border: none;
  width: 100%;
}


.sidenav .close {
  position: absolute;
  top: -30px;
  right: 40px;
  font-size: 206px;
}


}




















@media (min-width: 1000px) {
  .social-media-buttons li {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
    display: grid
;
    background-color: var(--primary-color);
    place-items: center;
    transition: all 0.3s;
    border: 1px solid var(--primary-color);
}
.social-media-buttons li a svg {
  height: 24px;
  width: 24px;
  stroke: var(--t-color);
  stroke-width: 1.75;
  transition: 0.8s;
}
  .footer-bottom small {
    font-size: 1rem;
    display: inline;
    white-space: nowrap;
}
  .footer-bottom-links {
    list-style-type: none;
    display: inline-flex
;
font-size: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

  .bloc-discussion {
    position: relative;
    height: 100%;
    width: 180%;
    right: 0px;
    min-width: 300px;
    display: inline-block;
}
.discussion {
  background-color: var(--white);
  border-radius: 1rem;
  position: absolute;
  top: 5%;
  margin: 20px;
  min-width: 16rem;
  max-width: 32rem;
  user-select: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
  .background p{
    text-align: center;
    height: auto;
    position: relative;
    font-size: 120%;
    letter-spacing: 5px;
    margin-left: 50px;
    font-weight: bold;
    width: 40%;
    font-family: 'Franklin Gothic Medium';
  }
  .background a{
    height: auto;
    width: 10%;
}
.background a .button-plus{
  font-weight: bold;
  color: white;
  border-radius: 10px;
  padding: 10%;
  cursor: pointer;
  width: 100%;
  height: 60PX;
  font-size: 50px;
  border: none;
  background-color: var(--p-color);
  display: flex
;
  justify-content: center;
  align-items: center;
}
.vertical-line-temoignage {
  position: relative;
  justify-content: space-between;
  display: inline-block;
  height: 300px;
  width: 350px;
  margin-bottom: 130px;
  margin-top: 0px;
  margin-left: 130px;
  margin-right: 130px;
  box-shadow: 1px 1px 30px var(--p-color);
  transition: transform .5s;
}
.temoignage-photo {
  position: absolute;
  margin-top: 40px;
  transform: translate(67%, -20%);
  height: 150px;
  border-radius: 50%;
}



.MOCKUPS {
  position: absolute;
  left: 0;
  right: 0;
  top: 29vh;
  right: -33vh;
  margin: auto;
  width: 90vh;
  z-index: -0;
}

.vertical-line-temoignage p{
    color: var(--s-color);
    position: relative;
    font-size: 100%;
    letter-spacing: 3px;
    text-align: center;
    font-family: 'speedyblack_italic';
}

.background {
  z-index: 10;
  background-color: var(--t-color);
  display: grid;
  place-items: center;
  height: 30%;
  width: 100%;
  z-index: 10;
  margin-top: 30%;
}





.other-columns ul {
  display: flex;
  gap: 0.75rem;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
  font-weight: 600;
  padding-top: 2rem;
  margin-bottom: 16px;
}

.other-columns ul a {
  color: var(--text-color);
  text-decoration: none;
  font-size: 0.85rem;
}

.other-columns ul a:hover {
  text-decoration: underline;
}

.other-columns h3 {
  color: var(--link-color);
  margin-bottom: 1rem;
  font-size: 2rem;
  margin-top: 16px;

}
.subscribe-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 8rem;
  color: var(--white);
  text-decoration: none;
  font-size: 1rem;
  height: 3rem;
  font-weight: 700;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  background-color: var(--secondary-color);
  border: 2px solid var(--white);
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}


.sidenav {
  height: 103vh;
  width: 20%;
  position: fixed;
  z-index: 10;
  right: -100%;
  top: 0;
  background-color: var(--link-color);
  padding-top: 80px;
  transition: right 0.5s ease;
}


.navigation__menu__items> a > li {
  display: flex
;
  gap: 15px;
  font-size: 31px;
  height: auto;
  border-radius: 6px;
  align-items: center;
  cursor: pointer;
  color: var(--color);
  padding: 11px 17px;
  transition: 1ms;
}


.boutton-profil > a> .avatar-name-wrapper > .avatar-name-alias {
  color: var(--p-color);
  font-size: 38px;
  padding: 8%;
  justify-content: center;
  align-items: center;
}
.boutton-profil > a> .avatar-name-wrapper > .avatar-name-alias:hover {
  -ms-transform: scale(1); /* IE 9 */
  -webkit-transform: scale(1); /* Safari 3-8 */
  transform: scale(1);
  color: var(--p-color);
  font-size: 38px;
  padding: 8%;
  justify-content: center;
  align-items: center;
}


.sidenav .close {
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 90px;
}


















}

































  
/*  MENU HORIZONTAL BAR DROITE  */

.figure img.Sirv.image-hover {
  position: absolute;
  left:6%;
  object-fit: contain;
  opacity: 0;
  transition: opacity .2s;
}
.main-item:hover img.Sirv.image-hover {
  opacity: 1;
}
.dropdown > ul > li a:hover img.Sirv.image-hover {
  opacity: 1;
}
.dropdown > ul > li  img.Sirv.image-hover {
  position: absolute;
  left:5%;
  object-fit: contain;
  opacity: 0;
  transition: opacity ;
}

.dropdown > ul > li > a


  
    
.dropdowns {
  min-width: 10rem;
  width: 100%;
  max-width: 16rem;
  border-radius: 1rem;
  overflow: hidden;
  background-color: transparent;
  font-family: 'speedyblack_italic';
  font-size: 20px;
}

.main-items {
  padding: 0.5rem;
  height: 50px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: start;
  border-radius: 0.5rem;
  user-select: none;
  font-size: 1rem;
  font-family: 'speedyblack_italic';
  font-size: 20px;
  gap: 1rem;
  border: none;
  width: 100%;
  background: transparent;
  transition: all ease-in-out 0.25s;
  color: var(--s-color);
}
.main-items:hover {
  background-color: #ffd700 ;
  text-align: center;
}

.a-prenuim {
  -webkit-transition: color 0s;
  transition: color 0s;

}
.a-prenuim:hover {
  color: #ffffff;
}

.main-items--open + ul {
  visibility: visible;
  max-height: 400px;
  padding-left: 22px;
  opacity: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.main-items svg {
  stroke: var(--item-non-hover);
  transition: all ease-in-out 0.25s;
}

.main-items:hover svg {
  stroke: var(--t-color);
}

.main-items--open {
  border-radius: 8px;
  transition: all 200ms;
  color: var(--s-color);
}

.main-items--open:hover {
  color: var(--t-color);
  border-radius: 8px;
  background-color: var(
    --background-item-hover);
}

.main-items--open svg {
  stroke: var(--s-color);
}
  
  
  



.dropdown {
  min-width: 10rem;
  width: 100%;
  max-width: 16rem;
  border-radius: 1rem;
  overflow: hidden;
  background-color: transparent;
  font-family: 'speedyblack_italic';
  font-size: 20px;
}

.main-item {
  padding: 0.5rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: start;
  border-radius: 0.5rem;
  user-select: none;
  font-size: 1rem;
  font-family: 'speedyblack_italic';
  font-size: 20px;
  gap: 1rem;
  border: none;
  width: 100%;
  background: transparent;
  transition: all ease-in-out 0.25s;
  color: var(--s-color);
}

.main-item:hover {
  background-color: var(--s-color) ;
  color: var(--t-color);
}

.main-item svg {
  stroke: var(--item-non-hover);
  transition: all ease-in-out 0.25s;
}

.main-item:hover svg {
  stroke: var(--t-color);
}

.main-item--open {
  border-radius: 8px;
  transition: all 200ms;
  color: var(--s-color);
}

.main-item--open:hover {
  color: #000000;
  border-radius: 8px;
  background-color: var(
    --background-item-hover);
}

.main-item--open svg {
  stroke: var(--s-color);
}
/* 
.dropdown > ul {
  max-height: 0px;
  list-style-type: none;
  margin: 0px;
  padding-left: 14px;
  opacity: 0;
  font-size: smaller;
  visibility: hidden;
  transition: all ease-in-out 0.2s;
}

.main-item--open + ul {
  visibility: visible;
  max-height: 400px;
  padding-left: 22px;
  opacity: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.dropdown > ul > li {
  display: flex;
  width: 100%;
  font-size: 0.9rem;
  align-items: center;
  border-left: 2px solid var(--s-color);
}

.dropdown > ul > li > a {
  color: var(--s-color);
  padding: 1rem 0.75rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 0.5rem;
  margin-left: 1rem;
  width: 100%;
}

.dropdown > ul > li:hover {
  color: var(--p-color);
  cursor: pointer;
}

.dropdown > ul > li:hover > a {
  color: var(--t-color);
  background: var(--background-item-hover);
  width: 100%;
}

.expand-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  transform: rotate(90deg);
} */













/* Style du conteneur principal */
.dropdown {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  font-family: 'speedyblack_italic';
}

/* Style du bouton principal */
.main-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 15px;
  background: transparent;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  color: var(--s-color);
  font-size: 18px;
  transition: all 0.3s ease;
}

.main-item:hover {
  background-color: var(--s-color);
  color: var(--t-color);
}

/* Style des images dans le bouton */
.figure {
  position: relative;
  width: 30px;
  height: 30px;
}

.figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.figure .image-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.main-item:hover .image-hover {
  opacity: 1;
}

/* Style de l'icône d'expansion */
.expand-icon {
  width: 20px;
  height: 20px;
  margin-left: auto;
  transition: transform 0.3s ease;
}

/* Style de la liste déroulante */
.dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--s2-color);
  border-radius: 10px;
  padding: 10px 0;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

/* Affichage de la liste au hover */
.dropdown:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Style des éléments de la liste */
.dropdown ul li {
  list-style: none;
}

.dropdown ul li a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  color: var(--t-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

.dropdown ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: var(--p-color);
}

/* Style des images dans les éléments de la liste */
.dropdown ul li .figure {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/* Version mobile */
@media (max-width: 768px) {
  .dropdown {
    max-width: 100%;
  }

  .main-item {
    font-size: 16px;
    padding: 12px;
  }

  .dropdown ul {
    position: static;
    transform: none;
    box-shadow: none;
    margin-top: 0;
    border-radius: 0;
  }

  .dropdown:hover ul {
    transform: none;
  }

  .figure {
    width: 25px;
    height: 25px;
  }
}























.main-item--open > .expand-icon {
  transform: rotate(-90deg);
}













































.input-box {
  position: relative;
  height: 50%;
  max-width: 900px;
  width: 100%;
  background: #fff;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.input-box i,
.input-box .search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.input-box i {
  left: 20px;
  font-size: 30px;
  color: #707070;
}
.input-box input {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  border: none;
  padding: 0 155px 0 65px;
  background-color: transparent;
}
.input-box .search {
  right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  background-color: var(--p-color);
  cursor: pointer;
}
.input-box .search:active {
  transform: translateY(-50%) scale(0.98);
}
/*  Responsive */
@media screen and (max-width: 500px) {
  .input-box {
    height: 66px;
    margin: 0 8px;
  }
  .input-box i {
    left: 12px;
    font-size: 25px;
  }
  .input-box input {
    padding: 0 112px 0 50px;
  }
  .input-box .search {
    right: 12px;
    font-size: 14px;
    padding: 8px 18px;
  }
}





















































/* Sidenav menu */
/* Sidenav menu links */
.sidenav a {
  text-decoration: none;
  font-size: 25px;
  color: var(--s-color);
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #111;
}

.sidenav ul {
  list-style-type: none;
  padding: 1px;
  margin-left: 10px;
}

/* Active class */
.sidenav.active {
  right: 0;
}


/* Icône burger */
.burger-icon span {
  display: block;
  position: relative;
  width: 80%;
  height: 10%;
  background-color: rgb(255, 255, 255);
  margin: 8px 0;
}
.menu-burger{
  position: absolute;
  top: 10px;
  height: 100px;
  width: 200px;
}
.menu-burger-img{
  height: auto;
  width: 100%;
  object-fit: cover;
}

/* Sidenav menu */

/* Sidenav menu links */
.sidenav a {
  text-decoration: none;
  font-size: 25px;
  color: var(--s-color);
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #111;
}

.sidenav ul {
  list-style-type: none;
  padding: 1px;
  margin-left: 10px;
}

/* Active class */
.sidenav.active {
  right: 0;
}



/* Icône burger */
@media (min-width: 991px) {
  .burger-icon span {
    display: block;
    position: relative;
    width: 100%;
    height: 10%;
    background-color: rgb(255, 255, 255);
    margin: 10px 0;
  }
  
}
@media (max-width: 991px) {
  .burger-icon span {
    display: block;
    position: relative;
    width: 200%;
    height: 20%;
    background-color: rgb(255, 255, 255);
    margin: 20px 0;
  }
  
}

.menu-burger{
  position: absolute;
  top: 10px;
  height: 100px;
  width: 200px;
}
.menu-burger-img{
  height: auto;
  width: 100%;
  object-fit: cover;
}




  @media (max-width: 991px) {
    .burger {
      position: absolute;
      margin: 3%;
      top: 40px;
      right: 50px;
  }
    
  }
  @media (min-width: 991px) {
    .burger{
      position: absolute;
      margin: 2%;
      top: 0px;
      right: 0px;
      
    }
    
  }



/*NOUVELLE LISTE*/






.wrapper header{
  font-size: 30px;
  font-weight: 600;
}
.wrapper .inputField{
  margin: 20px 0;
  width: 100%;
  display: flex;
  height: 45px;
  margin-left: 5px;
}
.inputField input{
  width: 70%;
  height: 100%;
  outline: none;
  border-radius: 14px;
  border: 1px solid var(--t-color);
  font-size: 15px;
  padding-left: 15px;
  transition: all 0.3s ease;
}
.inputField input:focus{
  border-color: var(--t-color);
}
.inputField button{
  cursor: pointer;
  width: 50px;
  height: 100%;
  border: none;
  color: #fff;
  margin-left: 5px;
  font-size: 21px;
  outline: none;
  background: var(--t-color);
  border-radius: 14px;
  transition: all 0.3s ease;
}
.inputField button:hover,
.footer button:hover{
  background: var(--s-color);
  color: var(--t-color);
}
.inputField button.active{
  opacity: 1;
  pointer-events: auto;
}
.wrapper .todoList{
  height: auto;
  overflow-y: auto;
  border-left: 2px solid var(--s-color);
}
.todoList li{
  position: relative;
  list-style: none;
  margin-bottom: 4px;
  margin-top: 4px;
  background: #f2f2f2;
  border-radius: 3px;
  padding: 10px 15px;
  margin-left: 4px;
  cursor: default;
  overflow: hidden;
  word-wrap: break-word;
}
.todoList li .icon{
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translateY(-50%);
  background: #e74c3c;
  width: 45px;
  text-align: center;
  color: #fff;
  padding: 10px 15px;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  transition: all 0.2s ease;
}
.todoList li:hover .icon{
  right: 0px;
}
.wrapper .footer{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.footer button{
  height: 100%;
  width: 100%;
  padding: 6px 10px;
  border-radius: 3px;
  border: none;
  outline: none;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin-left: 5px;
  background: var(--t-color);
  user-select: none;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.footer button.active{
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}





























/*BOUTTON PROFIL DU MENU HORIZONTAL A DROITE*/



.avatar-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}


.avatar-name-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.avatar-name-alias {
  color: var(--github);
  font-size: 20px;
}

.avatar-name {
  color: var(--color);
}



.avatar-wrapper .img-top {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 99;
}

.avatar-profile{
margin-top: 15px;
width: 70px;
height:70px;
border-radius: 1000px;
object-fit: scale-down;

}
.avater-profil-image{
cursor: pointer;
object-fit: cover;
height: 70px;
}


.boutton-profil{
position: absolute;
width: 80%;
height: 9%;
border-radius: 45px;
margin-left: 10%;
margin-bottom: 5%;
bottom: 0px;
background-color: var(--s-color);
}
.boutton-profil:hover{

margin-left: 0px;
height: 10%;
cursor: pointer;
align-items: center;
justify-content: start;
border-radius: 0.5rem;
user-select: none;
font-size: 1rem;
font-family: 'speedyblack_italic';
font-size: 20px;
gap: 1rem;
border: none;
width: 100%;
transform: scale(1);
background: transparent;
transition: all ease-in-out 0.25s;
background-color: var(--s-color);
/*
height: 100px;
display: flex;
cursor: pointer;
align-items: center;

justify-content: start;
border-radius: 0.5rem;
user-select: none;
font-size: 1rem;
font-family: 'speedyblack_italic';
font-size: 20px;
gap: 1rem;
border: none;
width: 100%;
background: transparent;
transition: all ease-in-out 0.25s;
color: var(--s-color);
*/
}


.menu-vertical-logo{
position: absolute;
width: 80%;
height: 50px;
top: 0px;
}
.menu-vertical-logo:hover{
cursor: pointer;
}




























































































































@media (max-width: 990px) {
  .menu {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 20%;
    opacity: 0;
  }
  
}



.menu {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 20%;
}

.menu li {
  display: inline-block;
  width: auto;
  height: 100px;
  transition: all 0.3s ease-in-out;
}

.menu li:hover .submenu {
  height: 85px;
}

.menu > li:hover > a {
  color: var(--link-color);
}

.menu > li:hover > a::before {
  visibility: visible;
  scale: 1 1;
}

.submenu {
  overflow: hidden;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  background-color: var(--link-color);
  height: 0%;
  box-sizing: border-box;
  transition: height 0.3s ease-in-out;
}
.menu li .submenu a {
  color: #fff;
  opacity: 0;
  font-size: 16px;
  transition: opacity 0.25s;
}

.menu > li:hover .submenu a {
  opacity: 1;
}

.menu > li .submenu a:hover {
  background: rgb(0 0 0 / 20%);
}

.menu > li a {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  text-decoration: none;
  position: relative;
  height: 120%;
}

.menu > li > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 3px;
  align-items: center;
  justify-content: center;
  left: 0px;
  background-color: var(--link-color);
  transition: all 0.2s ease-in-out;
  scale: 0 0;
  visibility: hidden;
}




  .passe {
    position: absolute;
    width: 13%;
    height: 100%;
    right: 30%
  }
.btn-menu {
  position: absolute;
  border: 0;
  background: rgb(255, 255, 255);
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 50px;
  transition: transform .5s;

}

.btn-menu:hover{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
  }

.connexion{
  position: absolute;
  right: 140px;
  width: 230px;
  height: 100%;
}


































































/*CORPS*/
.up {
  z-index: 1px;
  height: 100px;
  width: 100px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  border-style: solid;
  border-width: 3px;
  border-color: #000000;
  transition: transform 3ms;
}
.up-image {
  width: 60px;
}

/*DIV DE PRESENTATION (PREMIERE CHOSE VISIBLE DU SITE)*/


.degrade{
  position: relative;
  margin-top: -25%;
  width: 100%;
  height: 2500px;
  z-index: 1;
}
.bloc{
  background-image:transparent;
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
  
}

.VIDEOPORTABLE{    
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: 2;
  border-radius: 30px;
  width: 36vh;
  top: 30.5vh;}


.presentation{
  position: relative;
  top: 10%;
  height: 100%;
  z-index: -5;
}



/*PUB*/
.PUB1 {
  position: absolute;
  margin: 40px;
  width: 20%;
  height: 250%;
  background-color: red;
}
.PUB22 {
  position: fixed;
  margin: 10px;
  width: 99%;
  height: 15%;
  bottom: 0px;
  background-color: rgb(24, 247, 80);
}





























/*CONTENUE*/




.CONTENU-UNE {
  position: relative;
  width: 100%;
  height: auto;
  left: 80%;
  top: 20%;
  background-color: rgb(255, 255, 255);
}














/*BOUTTON EXPLICATION*/

@media (min-width: 1000px) {
  .background {
    z-index: 10;
    background-color: var(--t-color);
    display: grid;
    place-items: center;
    height: 30%;
    width: 100%;
    z-index: 10;
    margin-top: 30%;
}
}

.button-plus {
  font-weight: bold;
  color: white;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  height: 60PX;
  font-size: 19px;
  border: none;
  background-color: var(--p-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-plus .span-mother {
  display: flex;
  overflow: hidden;
}

.button-plus:hover .span-mother {
  position: absolute;
}

.button-plus:hover .span-mother span {
  transform: translateY(1.2em);
}

.button-plus .span-mother span:nth-child(1) {
  transition: 0.2s;
}

.button-plus .span-mother span:nth-child(2) {
  transition: 0.3s;
}

.button-plus .span-mother span:nth-child(3) {
  transition: 0.4s;
}

.button-plus .span-mother span:nth-child(4) {
  transition: 0.5s;
}

.button-plus .span-mother span:nth-child(5) {
  transition: 0.6s;
}

.button-plus .span-mother span:nth-child(6) {
  transition: 0.7s;
}

.button-plus .span-mother2 {
  display: flex;
  position: absolute;
  overflow: hidden;
  font-size: 40px;
}

.button-plus .span-mother2 span {
  transform: translateY(-1.2em);
}

.button-plus:hover .span-mother2 span {
  transform: translateY(0);
}

.button-plus .span-mother2 span {
  transition: 0.2s;
}

.button-plus .span-mother2 span:nth-child(2) {
  transition: 0.3s;
}

.button-plus .span-mother2 span:nth-child(3) {
  transition: 0.4s;
}

.button-plus .span-mother2 span:nth-child(4) {
  transition: 0.5s;
}

.button-plus .span-mother2 span:nth-child(5) {
  transition: 0.6s;
}

.button-plus .span-mother2 span:nth-child(6) {
  transition: 0.7s;
}




























.CATHEGORIE {
  position: relative;
  width: 100%;
  height: auto;
  background-color: rgb(0, 0, 0);
  display: inline-block;
  
}





































/*POP UP D'EXPLIQUATION*/



.btn-7,
.btn-7 *,
.btn-7 :after,
.btn-7 :before,
.btn-7:after,
.btn-7:before {
  border: 0 solid;
  box-sizing: border-box;
}
.btn-7 {
  -webkit-tap-highlight-color: transparent;
  background-color: #000;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 100%;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.btn-7:disabled {
  cursor: default;
}
.btn-7:-moz-focusring {
  outline: auto;
}
.btn-7 svg {
  display: block;
}
.btn-7 [hidden] {
  display: none;
}
.btn-7 {
  border-radius: 99rem;
  border-width: 2px;
  overflow: hidden;
  padding: 0.8rem 3rem;
  position: relative;
}
.btn-7 span {
  mix-blend-mode: difference;
}
.btn-7:before {
  background: var(--s-color);
  color: #000;
  -webkit-clip-path: polygon(
    0 calc(var(--progress, 100%) / 2),
    100% calc(var(--progress, 100%) / 2),
    100% calc(100% - var(--progress, 100%) / 2),
    0 calc(100% - var(--progress, 100%) / 2)
  );
  clip-path: polygon(
    0 calc(var(--progress, 100%) / 2),
    100% calc(var(--progress, 100%) / 2),
    100% calc(100% - var(--progress, 100%) / 2),
    0 calc(100% - var(--progress, 100%) / 2)
  );
  content: "";
  inset: 0;
  position: absolute;
  transition: -webkit-clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
}

.btn-7:hover:before {
  --progress: 0%;
}




























.consent-modal{
  height: 100%;
  width: 100%;
  z-index: 10px;
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(20px);
}

.consent-modal__content {
  width: 95%;
  max-width: 500px;
  min-width: 300px;
  padding: 25px;
  justify-content: center;
  text-align: center;
  background: #fff;
  border-radius: 15px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, calc(0% - 50px));
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.consent-modal__text {
  font-family: 'speedyblack_italic';
  color: #000000;
  margin-bottom: 5px;
  text-align: center;
}
.consent-modal__text--bolder {
  font-weight: 600;
}
.consent-modal-choices{
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.consent-modal-btn,
.consent-modal-link   {
  font-family: 'speedyblack_italic';
  flex-basis: 125px;
  padding: 10px 8px;
  cursor: pointer;
  font-size: 14px;
  color: #f1f1f1;
  font-weight: 600;
  border-radius: 5px;
}
.consent-modal-link{
  margin-right: 12px;
  text-align: center;
  text-decoration: none;
}
.consent-modal-btn{
  border: none;
  color: #f1f1f1;
}



















































































.cards {
  position: relative;
  justify-content: space-between;
  display: inline-block;
  width: 300px;
  height:400px;
  
}

article {
  position: relative;
  perspective: 1000px;
  margin: 20px;

}

article header {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  z-index: 200;
}

article header h2 {
  font-size: 20px;
}

.fleche-arriere{
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding-right: 10px;
  right: 0px;
  
  z-index: 200;
}


article .front,
article .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backface-visibility: hidden;
  background: #ffffff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
  transition: 0.6s;
  cursor: pointer;
}
article .PLUS {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backface-visibility: hidden;

  border: 5px solid #ffffff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
  transition: 0.6s;
  cursor: pointer;
}

.back {
  transform: rotateY(180deg);
}

.inputs {
  position: absolute;
  scale: 0;
  
}

.inputs:checked ~ article .back {
  transform: rotateY(0);
}

.inputs:checked ~ article .front {
  transform: rotateY(-180deg);
}

article var {
  font-style: normal;
  font-size: 80px;
  line-height: 1;
}

article h3 {
  margin: 0 0 30px;
  font-weight: 500;
}

#summary :is(var, h3) {
  color: #3b82f6;
}

#overdue :is(var, h3) {
  color: #ef4444;
}

#features :is(var, h3) {
  color: #22c55e;
}

article :is(h4, p) {
  font-size: 20px;
}

article p {
  position: relative;
  height: 0%;
  width: 80%;
  margin-left: 20%;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 85%;
  color: var(--t-color);
  padding-right: 3%;
  text-align: right;

}

.BANDEANNONCE{
  position: absolute;
  height: 15%;
  width: 100%;
  bottom: 12%;
  text-align: center;
  line-height: 48px;
  background-color: var(--p-color);
  border: 0;
font-size: 1rem;
cursor: pointer;
transition: transform .5s;
}
.BANDEANNONCE:hover{
  position: absolute;
  height: 15%;
  width: 100%;
  bottom: 12%;
  text-align: center;
  line-height: 48px;
  background-color: var(--t-color);
  border: 0;
font-size: 1rem;
cursor: pointer;
transition: transform .5s;
}



.a-buttom-select {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s ease;
  
}
.a-buttom {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s ease;

  
}

.a-buttom {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s ease;
}
.a-lien {
  text-decoration: none;
  color: #000000;
  height: auto;
  width: 100%;
  transition: color 0.3s ease;
  
}

.a-lien:hover {
  color: var(--p-color);
}








.btn-back{
  height: 40px;
  width: 20%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 4%;
  font-size: 200%;
  position: relative;
  background-color: var(--p-color);
  border: none;
}
.btn-back:hover{
  background-color: var(--t-color);
  cursor: pointer;
  border: none;
  transition: transform .5s;
  }

.btn-back2{
  height: 40px;
  width: 40px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 4%;
  font-size: 200%;
  position: relative;
  border: none;
  background-color: var(--p-color);
}
.btn-back2:hover{
background-color: var(--t-color);
cursor: pointer;
border: none;
transition: transform .5s;
}































.imgbase{
  object-fit: cover;
  position: relative;
  width: 203px;
  height: 303px;
  border-radius: 10px;
  }


select {
  margin: 0;
  position: absolute;
  padding-left: 15px;
  color: #18A7FA;
  cursor: pointer;
  bottom: 0%;
  height: 15%;
  width: 100%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: blur(15px);
  }

  .select{
  position: relative;
  width: 100%;
  height:10%;
  border-radius: 5px;
  border: 1px solid var(--link-color);
  }
  
   select:active {
    background: blur(15px);
    }

    

































    .legende-post {
      position: absolute;
      width: 203px;
      height: 303px;
      border-radius: 10px;
      z-index: 10;
      opacity: 0;
  }
  .legende-post .post-p {
    margin: 5%;
    margin-top: 35%;
    text-align: center;
    height: 90%;
    width: 90%;
    color: #ffffff;
    font-weight: bold;
    z-index: 10;
    opacity: 10;
}
 .legende-post:hover {
  background-color:rgba(0, 0, 0, 0.5);
      opacity: 1;

  }
















































 

   

    .card {
      position: relative;
      display: inline-block;
      border: 1px solid var(--github-dark-border);
      object-fit: cover;
      border-radius: 50%;
      align-items: center;
  justify-content: center;
  }
  .card .img-top {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 99;
  }
  
  .card:hover .img-top {
      display: inline;
      transition: all 0.2s ease-in-out;
  }


  .card .img-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 99;
}
.card:hover .img-menu {
  display: inline;
  transition: all 0.2s ease-in-out;
}









  















    .navigation__menu {
      background-color: var(
            --background
        );
        z-index: 3;
        background-color: var(--link-color);
        border-left: 1px solid var(--github-dark-border);
        height: 100vh;
        opacity: 1;
        display: flex;
        width: 100%;
        flex-direction: column;
        padding: 12px;
        right: 0;
        position: fixed;
        box-shadow: 
        rgba(100, 100, 111, 0.2)
        0px 7px 29px 0px;
        animation: fadeInAnimation 
        ease-in-out 0.5s forwards;
    }
    
    .navigation__menu__items {
      display: flex;
      height: 100%;
      flex-direction: column;
      gap: 8px;
      list-style-type: none;
      margin: 0px;
      margin-top: 8%;
      padding: 0px;
      overflow-y: scroll;
      overflow-x: scroll;
      scrollbar-color: var(--s-color) var(--p-color);
      scrollbar-width: 2%;
      color: var(--github-button-hover);
    }

    
    .navigation__menu__items > li:hover {
      background-color: var(--navigation-hover);
      color: var(--github);
    }
    
    .navigation__menu__items> a > li > svg {
      fill: var(--github);
      font-size: 200px;
    }
    
    .navigation__menu__items > .separator {
      display: flex;
      align-items: center;
      height: 10px;
      padding: 0px;
    }
    
    .navigation__menu__items > .separator:hover  {
      background-color: var(--background);
    }
    
    .navigation__menu__items > .separator > hr {
      border: 1px solid var(--github-dark-border);
      width: 100%;
    }
    
    .avatar-wrapper {
      display: flex;
      height: 40px;
      font-size: 20px;
      gap: 8px;
      align-items: center;
    }
    
    .avatar-wrapper .avatar-profile {
      width: 42px;
      height: 42px;
    }
    
    .avatar-name-wrapper {
      display: flex;
      flex-direction: column;
    }
    
    .avatar-name-alias {
      color: var(--github);
      font-weight: 600;
      font-size: 100px;
    }
    
    .avatar-name {
      color: var(--color);
      font-size: 100px;
    }
    
    .close-button {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 6px;
      margin-left: auto;
      cursor: pointer;
      height: 32px;
      width: 32px;
    }
    
    .close-button:hover {
      background-color: var(--navigation-hover);
    }
    
    .close-button svg {
      height: 25px;
      width: 25px;
      fill: var(--github);
    }
    
    @keyframes fadeInAnimation {
      0% {
          opacity: 0;
          visibility: hidden;
          max-width: 0px;
      }
      100% {
          opacity: 1;
          visibility: visible;
          max-width: 320px;
      }
    }
    
    .none {
      display: none;
    }
    
    .hide {
      opacity: 0;
      visibility: hidden;
      animation: fadeOutAnimation 
    }
    
    @keyframes fadeOutAnimation {
      0% {
          opacity: 1;
          max-width: 320px;
          visibility: visible;
      }
      100% {
          opacity: 0;
          max-width: 0px;
          visibility: hidden;
      }
    }








    
   









































































































































































































/*TEMOIGNAGE*/
.vertical-line{
  border-top: 5px solid var(--p-color); 
  width : 20%; 
  height: 20px;
  margin-left: 40%;
  align-items: center;
}

.TEMOIGNAGE{
  background-color: var(--t-color);
  width: 100%;
  height: auto;
}
.TEMOIGNAGE-top{
  width: 100%;
  height: 40%;
  padding-top: 100px;
  padding-bottom: 100px;

}
.TEMOIGNAGE-middle{
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  padding-top: 60px;
  justify-content: center;
  display: inline-block;
}


.vertical-line-temoignage:hover{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
  }
.aligne-TEMOIGNAGE{
  height: auto;
}
 @media (min-width:1953px) {
  .temoignage-photo{
    position: absolute;
    margin-top: 20px;
    bottom: 70px;
    transform: translate(85%, 110%);
  }
  
 }

























































/*BAS DE PAGE*/




.footer-wrapper {
  display: flex;
  flex-direction: column;

  width: 100%;
  margin: 0 auto;
  padding-bottom: 16px;
  padding-top: 16px;
}

.footer-logo-columns {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 4;
  gap: 48px 16px;
}

.footer-legal-commentaire{
  width: 100%;
  height: auto;
}







.footer-logo {
  margin-bottom: 2rem;
  width: 3rem;
}

.image-pub{
  height: 10px;
}





.subscribe-btn:hover {
  border: 3px solid var(--secondary-color);
  background-color: var(--white);
  color: var(--secondary-color);
}

.footer-logo-column {
  display: flex;
  grid-area: footer-logo;
  flex-direction: column;
  min-width: 16rem;
  flex-grow: 1;
  padding: 16px;
  background-color: var(--link-color);
}

.footer-logo-column p {
  color: var(--text-color);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.footer-logo-column h3 {
  color: var(--white);
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

/* other columns */


.other-columns {
  height: auto;
  margin-left: 50px;
  
}

.footer-logo svg {
  fill: var(--white);
}

/*? Footer bottom */
.footer-bottom {
  margin-top: 48px;
  width: 100%;
  padding: 1rem 0px;
  color: var(--text-color);
  background-color: var(--footer-bottom-bg);
}

.footer-bottom-wrapper {
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
  gap: 1rem;
  width: 100%;
  flex-wrap: wrap;
  font-family: Arial, Helvetica, sans-serif;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 1rem;
}



.footer-bottom-links a {
  color: var(--link-color);
  text-decoration: none;
  white-space: nowrap;
}

.footer-bottom-links a:hover {
  color: var(--link-hover);
  text-decoration: underline;
}

.footer-bottom>small {
  font-size: 1rem;
  margin: 0 auto;
  width: 100%
}

/*? socials */
.social-wrapper {
  display: flex;
  gap: 0.5rem;
  margin: 0 auto;
}

.social-links {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}

.social-links img {
  width: 1.5rem;
  height: 1.5rem;
  transition: all 0.2s ease-in-out;
}

.social-links img:hover {
  transform: scale(1.1);
}


.footer-bottom-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*? footer containers */
footer {
  padding-top: 100px;
  background-color: var(--footer-bg);
  width: 100%;
  bottom: 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
}






.avatar {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  object-fit: cover;
}


.discussion__header {
  background-color: var(--gray-light);
  border-bottom: var(--gray-borders);
  display: flex;
  gap: 0.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
  padding: 16px;
  width: 100%;
}

.discussion__header textarea {
  border: 1px solid var(--gray-borders);
  padding: 0.5rem;
  border-radius: 0.25rem;
  height: 3rem;
  transition: height 0.3s ease-in-out;
  resize: none;
  width: 100%;
  font-family: 'speedyblack_italic';
}

.discussion__header textarea:focus {
  outline: none;
  height: 5rem;
  border: 1px solid var(--primary);
}

.comment {
  display: flex;
  padding: 1rem;
  min-height: 6rem;
  gap: 0.5rem;
  border-bottom: 1px solid var(--gray-borders);
  font-family: 'speedyblack_italic';
}

.newcomment__toolbar {
  justify-content: end;
  display: flex;
  gap: 0.5rem;
  padding: 0.25rem;
}

.newcomment__toolbar button {
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 20px;
  font-family: 'speedyblack_italic';
}

.button--primary {
  background-color: var(--link-color);
  color: var(--white);
  min-width: 5rem;
}

.comment__text {
  font-size: 0.75rem;
}

.comment__author {
  font-size: 0.8rem;
}

.comment__date {
  font-size: 0.75rem;
  margin-left: 0.2rem;
  color: var(--gray-dark);
}


.social-media-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
}



.social-media-buttons li a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--secondary-color);
}

.social-media-buttons li:hover {
  background-color: var(--s-color);
  border: 1px solid var(--t-color);
  border-radius: 10px;
}



.social-media-buttons li:hover svg {
  stroke: var(--t-color);
  transform: rotateY(360deg);
  stroke-width: 1.75;
}


@media (min-width: 320px) {
  .other-columns {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .other-columns {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
  }

  .footer-bottom-wrapper {
      flex-direction: row;
  }



}
@media (max-width: 1000px) {
  .footer-bottom {
    margin-top: 150px;
  }
}

@media (max-width: 800px) {
  .footer-top {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 1rem 0.5rem 2rem 0.5rem;
  }
}


@media (max-width: 1112px) {

}

































































